@charset "utf-8";
/* CSS Document */

@media screen and  (max-width: 480px) {
	#checkout_table td:nth-of-type(3):before, #cart_table td:nth-of-type(4):before { content: "Prijs"; }
	#checkout_table td:nth-of-type(4):before, #cart_table td:nth-of-type(5):before { content: "Aantal"; }
	#checkout_table td:nth-of-type(5):before, #cart_table td:nth-of-type(6):before { content: "Totaal"; }

	#orderlist table td:nth-of-type(1):before { content: "Datum"; }
	#orderlist table td:nth-of-type(2):before { content: "Bestelling"; }
	#orderlist table td:nth-of-type(3):before { content: "Status"; }
	#orderlist table td:nth-of-type(4):before { content: "Factuur"; }
}